PreviousTracker indexSee it online !

(309/309) 1788 - Console v5.1.1 plugin will not accept commands containing parentheses

Console v5.1.1 plugin will not accept commands containing parentheses

Previously:
(jEdit v4.3 pre 13 and Console plugin v4.3.8 running on Windows XP & 7 Professional with Java v 7 update 21)

I have been using the console plugin to successfully run commands using a BeanShell script of the type:

runCommandInConsole(view, "System", VsimString);

Where VsimString is:

vsim -gui -L tb_string_lib tb_string_lib.tb_string_tb(stimulus)

(Running a vhdl simulation in ModelSim if that helps)

Currently:
(jEdit v5.0.0 and Console plugin v5.1.1 running on Windows XP & 7 Professional with Java v 7 update 21)

This type of command no longer works and I get an error of the type:

") was unexpected at this time"

Removing the item in parentheses - "(stimulus)" - allows the command to run, but it is frequently necessary to run commands with this type of syntax.

The full command will run in a batch file from the jEdit console (i.e. the command is valid and the syntax correct) so I assume this is a command processing issue in the Console plugin.

The shell prefix is set to "osDefault" in all cases.

Submitted hunteri - 2014-05-27 09:06:38.370000 Assigned ezust
Priority 5 Labels
Status open Group None
Resolution None

Comments